func go/types.allOrdered

4 uses

	go/types (current package)
		builtins.go#L551: 			if !allOrdered(a.typ) {
		expr.go#L517: 		case !allOrdered(x.typ):
		expr.go#L520: 		case !allOrdered(y.typ):
		predicates.go#L53: func allOrdered(t Type) bool         { return allBasic(t, IsOrdered) }